github.com/google/go-cmp/cmp.pointerReferences.Push (method)

4 uses

	github.com/google/go-cmp/cmp (current package)
		report_references.go#L55: func (ps *pointerReferences) Push(v reflect.Value) (p value.Pointer, seen bool) {
		report_reflect.go#L122: 		ptrRef, visited := ptrs.Push(v.Addr())
		report_reflect.go#L254: 		ptrRef, visited := ptrs.Push(v)
		report_reflect.go#L285: 		ptrRef, visited := ptrs.Push(v)